Add docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 6 Jul 2008 23:43:15 +0000 (23:43 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 6 Jul 2008 23:43:15 +0000 (23:43 +0000)
svn path=/trunk/; revision=20796

ChangeLog
gtk/gtkstyle.c

index 44e9fd94414599a5749a08321ceaf62441d0318e..57be971fa961f2f21e46f788573a60ab0cbb8d5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-07-06  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 531129 – gtk_style_copy() does not include a return value or 
+       description
+
+       * gtk/gtkstyle.c: Document gtk_style_copy.
+
 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 541540 – Dead link to pkg-config site in GTK+ online FAQ
index e22d9fe2ab00088076ef1f10ca2adf5b89db4940..d913a7a5e3fe940731207bd93552dbb1f7004c6e 100644 (file)
@@ -625,6 +625,14 @@ gtk_style_finalize (GObject *object)
 }
 
 
+/**
+ * gtk_style_copy:
+ * @style: a #GtkStyle
+ *
+ * Creates a copy of the passed in #GtkStyle object.
+ *
+ * Returns: a copy of @style
+ */
 GtkStyle*
 gtk_style_copy (GtkStyle *style)
 {